home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / gencsrc / firstex.c < prev    next >
Encoding:
C/C++ Source or Header  |  1987-11-21  |  119 b   |  8 lines

  1. main()
  2. {
  3. int index;
  4.  
  5.    for (index = 0;index < 7;index = index + 1)
  6.       printf("First example program.\n");
  7. }
  8.